home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gigarom 1
/
Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso
/
FILES
/
DEV
/
A-B
/
007.FracApp.cpt
/
FracApp.make
< prev
next >
Wrap
Text File
|
1988-08-01
|
2KB
|
77 lines
#
# Apple Macintosh Developer Technical Support
#
# MacApp Color QuickDraw Fractal Sample Application
#
# FracApp
#
# FracApp.make - Make Source
#
# Copyright © 1988 Apple Computer, Inc.
# All rights reserved.
#
# Versions: 1.0 8/88
#
# Components: MFracApp.p August 1, 1988
# UFracApp.p August 1, 1988
# UFracApp.inc1.p August 1, 1988
# FracApp.r August 1, 1988
# FracApp.make August 1, 1988
#
#Copyright © 1986 Apple Computer, Inc. All rights reserved.
AppName = FracApp
Creator = 'Arf '
# List the system libraries that your application needs to link with.
# If you are not sure, list everything and the linker will tell you
# which ones it did not need
NeededSysLibs = ∂
"{Libraries}RunTime.o" ∂
"{Libraries}Interface.o" ∂
"{PLibraries}PasLib.o"
# List here the MacApp building blocks that your application uses
BuildingBlockIntf = ∂
"{SrcMacApp}UPrinting.p"
# List the same MacApp building blocks as object files (for linking)
BuildingBlockObjs = ∂
"{ObjMacApp}UPrinting.p.o"
# List any additional pascal interface files which your application uses
OtherInterfaces =
# By default MacApp.make links the above libraries, all of MacApp,
# and the files UAppName.p.o and MAppName.p.o
# List any additional files that your program links with:
OtherLinkFiles =
# Specify any -sn (segment alias) linker options that you want included.
OtherSegMappings =
# List the dependencies of the additional files
# (and special build rules, if any)
UFracApp.p.o ƒ UFracApp.p
echo Compiling UFracApp.p (with -mc68881)
Pascal UFracApp.p {Debugging} {PascalOptions} -mc68881 ∂
-d qNeedsROM128K={NeedsROM128K} ∂
-i "{SrcMacApp}" -k "{LoadMacApp}" -o UFracApp.p.o
# List Rez files other than AppName.r that need to Rez'ed with the application
OtherRezFiles =
# List resource files that the Rez file includes
OtherRsrcFiles = ∂
"{RezMacApp}Printing.rsrc"